NodeType
NodeKey
Northwoods.GoSilverlight 1.3.5 Assembly
TreeModel.CopyDictionary<NodeType,NodeKey> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : TreeModel.CopyDictionary<NodeType,NodeKey> Class

This nested class is used during copying to hold a mapping of original nodes to newly copied nodes.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TreeModel.CopyDictionary
     (Of NodeType,NodeKey) 
   Implements ICopyDictionary 
C# 
public sealed class TreeModel.CopyDictionary<NodeType,NodeKey> : ICopyDictionary  

Type Parameters

NodeType
NodeKey

Remarks

This Northwoods.GoXam.Model.ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call TreeModel<NodeType,NodeKey>.CreateCopyDictionary to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.TreeModel`2.CopyDictionary<NodeType,NodeKey>

Requirements

See Also

© 2012 All Rights Reserved.